projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
adc846a
)
Make erc timestamps visible again
author
Lars Magne Ingebrigtsen
<larsi@gnus.org>
Mon, 25 May 2015 14:45:17 +0000
(16:45 +0200)
committer
Lars Magne Ingebrigtsen
<larsi@gnus.org>
Mon, 25 May 2015 14:45:36 +0000
(16:45 +0200)
* lisp/erc/erc-stamp.el (erc-munge-invisibility-spec): Make
timestamps visible again (if requested).
lisp/erc/erc-stamp.el
patch
|
blob
|
history
diff --git
a/lisp/erc/erc-stamp.el
b/lisp/erc/erc-stamp.el
index cbcd055c3b0c9fa86ee6202d6d47eb9188e012c2..d264c5960fe3be57bfb964ea98120d9a22072029 100644
(file)
--- a/
lisp/erc/erc-stamp.el
+++ b/
lisp/erc/erc-stamp.el
@@
-370,8
+370,8
@@
Return the empty string if FORMAT is nil."
(and erc-echo-timestamps (not (bound-and-true-p cursor-sensor-mode))
(cursor-sensor-mode 1))
(if erc-hide-timestamps
- (add-to-invisibility-spec 'times
pec
)
- (remove-from-invisibility-spec 'times
pec
)))
+ (add-to-invisibility-spec 'times
tamp
)
+ (remove-from-invisibility-spec 'times
tamp
)))
(defun erc-hide-timestamps ()
"Hide timestamp information from display."